`:top
In computing, `!Self-certifying File System`! (`!SFS`!) is a global and decentralized, `F33f`_`[distributed file system`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Distributed_file_system]`_`f for `F33f`_`[Unix-like`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Unix-like]`_`f operating systems, while also providing transparent `F33f`_`[encryption`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Encryption]`_`f of communications as well as `F33f`_`[authentication`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Authentication]`_`f. It aims to be the universal distributed file system by providing uniform access to any available server, however, the usefulness of SFS is limited by the low deployment of SFS clients. It was developed in the June 2000 doctoral thesis of David Mazières.
>>Contents
• `F0af`_`[Implementation`#implementation]`_`f
• `F0af`_`[Differences`#differences]`_`f
• `F0af`_`[See also`#see-also]`_`f
• `F0af`_`[References`#references]`_`f
• `F0af`_`[External links`#external-links]`_`f
-─
>>Implementation
The SFS `F33f`_`[client`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Client_(computing)]`_`f `F33f`_`[daemon`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Daemon_(computer_software)]`_`f implements the Sun's `F33f`_`[Network File System`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Network_File_System_(protocol)]`_`f (NFS) protocol for communicating with the `F33f`_`[operating system`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Operating_system]`_`f, and thus can work on any operating system that supports NFS, including `F33f`_`[Windows`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_Windows]`_`f.`:cite-ref-sfs-windows-1-0[`F5bf`_`[1`#cite-note-sfs-windows-1]`_`f] The client manages connections to remote file systems as necessary, acting as a kind of protocol translation layer. The SFS server works similarly to other distributed file system servers, by exposing an existing `F33f`_`[disk file system`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Disk_file_system]`_`f over the network, over the specific SFS protocol. On `F33f`_`[Unix-like`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Unix-like]`_`f systems, SFS file systems can usually be found at /sfs/hostname:hostID. When an SFS file system is first accessed through this path, a connection to the server is made and the directory is created ("automounted").
>>Differences
The primary motivation behind the file system is to address the shortcomings of hardwired, administratively configured distributed file systems in larger organizations, and various remote file transfer protocols. It is designed to operate securely between separate administrative realms. For example, with SFS, one could store all their files on a single remote server, and access the same files securely and transparently from any location as if they were stored locally, without any special privileges or administrative cooperation (other than running the SFS client daemon). Available file systems will be found at the same path regardless of physical location, and are implicitly authenticated by their path names — as they include the `F33f`_`[public-key fingerprint`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Public-key_fingerprint]`_`f of the server (hence why it is called "self-certifying").`:cite-ref-selfcert-2-0[`F5bf`_`[2`#cite-note-selfcert-2]`_`f]
In addition to the new perspective, SFS also addresses some commonly raised limitations of other distributed file systems. For example, NFS and `F33f`_`[SMB`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Server_Message_Block]`_`f clients have to rely on the server for file system security policies, and NFS servers have to rely on the client computer for authentication. This often complicates security, as one compromised computer could breach the security of the entire organization. The NFS and SMB protocols also do not by themselves provide `F33f`_`[confidentiality`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Confidentiality]`_`f (encryption) or `F33f`_`[tamper resistance`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Tamper_resistance]`_`f from other computers on the network, without encapsulation layers such as `F33f`_`[IPsec`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=IPsec]`_`f.
Unlike `F33f`_`[Coda`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Coda_(file_system)]`_`f and `F33f`_`[AFS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Andrew_File_System]`_`f, SFS does not provide local `F33f`_`[caching`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Cache_(computing)]`_`f of remote files and thus is more dependent on network reliability, `F33f`_`[latency`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Latency_(engineering)]`_`f and `F33f`_`[bandwidth`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Bandwidth_(computing)]`_`f.
>>See also
• `F33f`_`[Clustered file system`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Clustered_file_system]`_`f
• `F33f`_`[Network File System (protocol)`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Network_File_System_(protocol)]`_`f
• `F33f`_`[Coda (file system)`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Coda_(file_system)]`_`f
• `F33f`_`[Andrew File System`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Andrew_File_System]`_`f
>>References
`:cite-note-sfs-windows-1`!1.`! `F0af`_`[↑`#cite-ref-sfs-windows-1-0]`_`f `:citerefdavid-euresti2002`aDavid Euresti (August 2002). "Self-Certifying File System Implementation for Windows" (PostScript). `F33f`_`[MIT`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MIT]`_`f. Retrieved 2006-12-23.
`:cite-note-selfcert-2`!2.`! `F0af`_`[↑`#cite-ref-selfcert-2-0]`_`f `:citerefdavid-mazi-res-m-frans-kaashoek1998`aDavid Mazières, `F33f`_`[M. Frans Kaashoek`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=M._Frans_Kaashoek]`_`f (September 1998). `*Escaping the Evils of Centralized Control with self-certifying pathnames`* (`F33f`_`[PostScript`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PostScript]`_`f). Proceedings of the 8th `F33f`_`[ACM`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Association_for_Computing_Machinery]`_`f SIGOPS European workshop: Support for composing distributed applications. Sintra, Portugal: `F33f`_`[MIT`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MIT]`_`f. Retrieved 2006-12-23.
>>External links
• archive of SFS official web site (archive.org)* "Self-certifying File System: FAQ". Archived from the original on July 25, 2008.
• `:citerefdavid-mazi-res2000`aDavid Mazières (May 2000). "Self-certifying File System" (PostScript). `*PhD Thesis`*. `F33f`_`[MIT`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MIT]`_`f. Retrieved 2012-01-16.
`c`F0af`_`[↑ Back to top`#top]`_`f`a